home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 5
/
Amiga Plus Sonderheft 1996 #5.iso
/
sonstiges
/
superviewel
/
superviewlibrary
/
packersupport
/
unpack-svobject
/
install_unpack.script
< prev
next >
Wrap
Text File
|
1986-04-04
|
589b
|
24 lines
; $VER: Install_UnpackObject.script V2.2 (16.7.95)
; © 1994-95 by Andreas R. Kleinert.
; This is the Installer Script for my Unpack-SVObject
(set svlibdir
(askdir
(prompt "Library Path")
(help @askdir-help)
(newpath)
(default "LIBS:")
)
)
(makedir (tackon svlibdir "svobjects"))
(copyfiles
(prompt "Installing FastILBM24.svobject to LIBS:svobjects ...")
(help @copyfiles-help)
(source "libs/svobjects")
(dest (tackon svlibdir "svobjects"))
(pattern "#?.svobject")
(files)
)